Click or drag to resize

TimeZoneParse Method

Converts the specified string representation of a time zone to its TimeZone equivalent.

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public static TimeZone Parse(
	string timeZone
)

Parameters

timeZone
Type: SystemString
A string containing a time zone to convert.

Return Value

Type: TimeZone
A TimeZone equivalent contained in the timeZone parameter.
See Also